3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
An application-defined attribute or element type may support a deletion method.
The TQ3XElementDeleteMethod functionality is optional. If included, it deletes an attribute or element.
#define kQ3XMethodTypeElementDelete Q3_METHOD_TYPE('e','c','p','l')
typedef TQ3Status (*TQ3XElementDeleteMethod)(
void *internalElement);
Previous | QD3D Book | Overview | Chapter Contents | Next |